home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Speccy ClassiX 1998
/
Speccy ClassiX 98.iso
/
amiga_system
/
the_aminet
/
comm
/
amiex
/
stopcps.lha
/
STopCPS
/
Example_LogoffScript
next >
Wrap
AmigaDOS Script File
|
1993-01-01
|
1KB
|
35 lines
.key NODE
SAmiLog -USC"<NODE>" -O"bbs:node<NODE>/amilog.bull"10 -ON"bbs:node<NODE>/amilog.bull_NA"10
STopCPS -U"<NODE>"
IF EXISTS S:TAS.SCRIPT
BBS:UTILS/THRASHTOP >BBS:CAL/BULL100.TXT.GR L S:TTOP_HEADER.GR T BBS:USER.DATA 010 2
BBS:UTILS/THRASHTOP >BBS:CAL/BULL100.TXT L S:TTOP_HEADER S T BBS:USER.DATA 010 2
RX ADDER.REXX
ENDIF
REXX:DIRDATE.EXE
COPY BBS:CAL/BULL100.TXT BBS:CAL/BULL250.TXT
COPY BBS:CAL/BULL100.TXT.GR BBS:CAL/BULL250.TXT.GR
;= END OF LOGOFF SCRIPT =;
; As you can see, I only UPDATE the storage file every logoff. (YOU MUST)
; I don't actually update the output file, because I have my TopCPS list
; in a bulletin which is shown using my BullView door which was released
; nearly a year ago in the P0T-TRIX.DMS archive of doors! This Door
; updates the bulletins before showing them to the user so that no time
; is wasted updating a bulletin when noone wants to look at it.
;
; The commandline I use to update is:
; StopCPS -OU"DOORS:BULLVIEW/BULL.2"15
; To Output the top 15 transfers to Bull.2 with UpperCase filenames
;
; I leave it to you to work out how you wanna update the Output file.
; If you don't have a decent BullView door or a CRon runner you can
; always update the Output file every logoff at the same time as you
; update the storage file. Use command stacking:
; STopCPS -U"<NODE>" -OU"ANSI_OUT"15 -ONU"ASCII_OUT"15
; or something similar!